Tanzanian HCES Analysis and TFNC Training
University of Nottingham
open source and commercial editions (Windows, Mac, and Linux)
includes a console
syntax-highlighting editor
direct code execution.
tools for plotting
viewing history
debugging
managing your workspace
Open source
Tracks file changes
Branch based non-linear workflows (we can all work at the same time)
Rstudio IDE intergration
Speed of work (for quick homework assistance)
Local environment
GitHub is a web-based interface that uses Git, to let multiple people work and make changes on a project concurrently
## Excercise 5 - RStudio and Git connection (bonus)
usethis::create_github_token()gitcreds::gitcreds_set()git config user.name "YourGitHubUsername"git config user.email "YourGitHubEmail@here.com"